Opc.Ua.Core
ReadOnlyList<T> Class Members
Properties  Methods 


Opc.Ua Namespace : ReadOnlyList<T> Class

The following tables list the members exposed by ReadOnlyList<T>.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property The number of items in the list.  
Public Property Indicates that the list is read only.  
Public Property Gets the item at the specified index.  
Top
Public Methods
 NameDescription
Public Method Adds new item to the list (not supported).  
Public Method Removes all item from the list (not supported).  
Public Method Returns true if the item is in the list.  
Public Method Copies the elements of the list to an array.  
Public Method Returns an enumerator for the list.  
Public Method Returns the list of the specified item in the list.  
Public Method Inserts an item into the list (not supported).  
Public Method Removes an item from the list (not supported).  
Public Method Removes an item from the list (not supported).  
Public Methodstatic (Shared in Visual Basic) Creates a read-only list from a list.  
Top
Public Operators
Creates a read-only list from a list.
Top
See Also

Reference

ReadOnlyList<T> Class
Opc.Ua Namespace